|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Property in nz.ac.waikato.mcennis.rat.graph |
---|
Methods in nz.ac.waikato.mcennis.rat.graph that return Property | |
---|---|
Property[] |
Clique.getProperty()
|
Property[] |
DerbyGraph.getProperty()
|
Property[] |
Graph.getProperty()
Returns an array of all properties associated with this object or null if none exist |
Property[] |
MemGraph.getProperty()
|
Property[] |
NullGraph.getProperty()
|
Property[] |
UserIDList.getProperty()
|
Property[] |
UserList.getProperty()
|
Property |
Clique.getProperty(java.lang.String type)
|
Property |
DerbyGraph.getProperty(java.lang.String type)
|
Property |
Graph.getProperty(java.lang.String type)
Return a property named by the given string or null if no property by this name exists |
Property |
MemGraph.getProperty(java.lang.String type)
|
Property |
NullGraph.getProperty(java.lang.String type)
|
Property |
UserIDList.getProperty(java.lang.String type)
|
Property |
UserList.getProperty(java.lang.String type)
|
protected Property[] |
DerbyGraph.setActorProperties(int a)
Aquire a set of properties from the database attached to a given actor. |
Methods in nz.ac.waikato.mcennis.rat.graph with parameters of type Property | |
---|---|
void |
Clique.add(Property prop)
|
void |
DerbyGraph.add(Property prop)
|
void |
Graph.add(Property prop)
Add a property to this graph. |
void |
MemGraph.add(Property prop)
|
void |
NullGraph.add(Property prop)
|
void |
UserIDList.add(Property prop)
|
void |
UserList.add(Property prop)
|
Uses of Property in nz.ac.waikato.mcennis.rat.graph.actor |
---|
Methods in nz.ac.waikato.mcennis.rat.graph.actor that return Property | |
---|---|
Property[] |
Actor.getProperty()
Return an array of all properties associated with this actor. |
Property[] |
BasicUser.getProperty()
|
Property[] |
DBActor.getProperty()
|
Property |
Actor.getProperty(java.lang.String ID)
Return the property with the given value. |
Property |
BasicUser.getProperty(java.lang.String ID)
|
Property |
DBActor.getProperty(java.lang.String ID)
|
Methods in nz.ac.waikato.mcennis.rat.graph.actor with parameters of type Property | |
---|---|
void |
Actor.add(Property prop)
Add the given property to this user. |
void |
BasicUser.add(Property prop)
|
void |
DBActor.add(Property prop)
|
Uses of Property in nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores |
---|
Methods in nz.ac.waikato.mcennis.rat.graph.algorithm.reusablecores with parameters of type Property | |
---|---|
static java.util.LinkedList<weka.core.Instance> |
InstanceManipulation.propertyToInstance(Property property)
Transforms a property into an Instance object. |
Uses of Property in nz.ac.waikato.mcennis.rat.graph.link |
---|
Methods in nz.ac.waikato.mcennis.rat.graph.link that return Property | |
---|---|
Property[] |
BasicUserLink.getProperty()
|
Property[] |
DBLink.getProperty()
|
Property[] |
Link.getProperty()
Return all properties associated with this link. |
Property |
BasicUserLink.getProperty(java.lang.String id)
|
Property |
DBLink.getProperty(java.lang.String ID)
|
Property |
Link.getProperty(java.lang.String id)
Get the property with the given name. |
Methods in nz.ac.waikato.mcennis.rat.graph.link with parameters of type Property | |
---|---|
void |
BasicUserLink.add(Property prop)
|
void |
DBLink.add(Property prop)
|
void |
Link.add(Property prop)
Add the given property to this link |
Uses of Property in nz.ac.waikato.mcennis.rat.graph.property |
---|
Classes in nz.ac.waikato.mcennis.rat.graph.property that implement Property | |
---|---|
class |
BasicProperty
Class describing properties on graphs and actors |
Methods in nz.ac.waikato.mcennis.rat.graph.property that return Property | |
---|---|
Property |
PropertyFactory.create(java.util.Properties props)
Creates a new Property Object. |
Property |
BasicProperty.duplicate()
|
Property |
Property.duplicate()
create a deep copy of this property |
Uses of Property in nz.ac.waikato.mcennis.rat.graphdisplay |
---|
Constructors in nz.ac.waikato.mcennis.rat.graphdisplay with parameters of type Property | |
---|---|
DisplayLargeStringPropertyFrame(Property property)
Create a new frame for displaying the given property |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |