Package org.openprovenance.prov.dot
Class ProvPrinterConfiguration
- java.lang.Object
-
- org.openprovenance.prov.dot.ProvPrinterConfiguration
-
public class ProvPrinterConfiguration extends Object implements Equals, HashCode, ToString
Java class for ProvPrinterConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProvPrinterConfiguration"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="relations" type="{http://openprovenance.org/model/opmPrinterConfig}RelationStyleMap" minOccurs="0"/> <element name="activities" type="{http://openprovenance.org/model/opmPrinterConfig}ActivityMap" minOccurs="0"/> <element name="entities" type="{http://openprovenance.org/model/opmPrinterConfig}EntityMap" minOccurs="0"/> <element name="agents" type="{http://openprovenance.org/model/opmPrinterConfig}AgentMap" minOccurs="0"/> <element name="accounts" type="{http://openprovenance.org/model/opmPrinterConfig}AccountMap" minOccurs="0"/> <element name="displayEntityValue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="graphName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AccountMapaccountsprotected ActivityMapactivitiesprotected AgentMapagentsprotected BooleandisplayEntityValueprotected EntityMapentitiesprotected StringgraphNameprotected RelationStyleMaprelations
-
Constructor Summary
Constructors Constructor Description ProvPrinterConfiguration()
-
Method Summary
Modifier and Type Method Description booleanequals(Object object)voidequals(Object object, EqualsBuilder equalsBuilder)AccountMapgetAccounts()Gets the value of the accounts property.ActivityMapgetActivities()Gets the value of the activities property.AgentMapgetAgents()Gets the value of the agents property.EntityMapgetEntities()Gets the value of the entities property.StringgetGraphName()Gets the value of the graphName property.RelationStyleMapgetRelations()Gets the value of the relations property.inthashCode()voidhashCode(HashCodeBuilder hashCodeBuilder)BooleanisDisplayEntityValue()Gets the value of the displayEntityValue property.voidsetAccounts(AccountMap value)Sets the value of the accounts property.voidsetActivities(ActivityMap value)Sets the value of the activities property.voidsetAgents(AgentMap value)Sets the value of the agents property.voidsetDisplayEntityValue(Boolean value)Sets the value of the displayEntityValue property.voidsetEntities(EntityMap value)Sets the value of the entities property.voidsetGraphName(String value)Sets the value of the graphName property.voidsetRelations(RelationStyleMap value)Sets the value of the relations property.StringtoString()voidtoString(ToStringBuilder toStringBuilder)
-
-
-
Field Detail
-
relations
protected RelationStyleMap relations
-
activities
protected ActivityMap activities
-
entities
protected EntityMap entities
-
agents
protected AgentMap agents
-
accounts
protected AccountMap accounts
-
displayEntityValue
protected Boolean displayEntityValue
-
graphName
protected String graphName
-
-
Method Detail
-
getRelations
public RelationStyleMap getRelations()
Gets the value of the relations property.- Returns:
- possible object is
RelationStyleMap
-
setRelations
public void setRelations(RelationStyleMap value)
Sets the value of the relations property.- Parameters:
value- allowed object isRelationStyleMap
-
getActivities
public ActivityMap getActivities()
Gets the value of the activities property.- Returns:
- possible object is
ActivityMap
-
setActivities
public void setActivities(ActivityMap value)
Sets the value of the activities property.- Parameters:
value- allowed object isActivityMap
-
getEntities
public EntityMap getEntities()
Gets the value of the entities property.- Returns:
- possible object is
EntityMap
-
setEntities
public void setEntities(EntityMap value)
Sets the value of the entities property.- Parameters:
value- allowed object isEntityMap
-
getAgents
public AgentMap getAgents()
Gets the value of the agents property.- Returns:
- possible object is
AgentMap
-
setAgents
public void setAgents(AgentMap value)
Sets the value of the agents property.- Parameters:
value- allowed object isAgentMap
-
getAccounts
public AccountMap getAccounts()
Gets the value of the accounts property.- Returns:
- possible object is
AccountMap
-
setAccounts
public void setAccounts(AccountMap value)
Sets the value of the accounts property.- Parameters:
value- allowed object isAccountMap
-
isDisplayEntityValue
public Boolean isDisplayEntityValue()
Gets the value of the displayEntityValue property.- Returns:
- possible object is
Boolean
-
setDisplayEntityValue
public void setDisplayEntityValue(Boolean value)
Sets the value of the displayEntityValue property.- Parameters:
value- allowed object isBoolean
-
getGraphName
public String getGraphName()
Gets the value of the graphName property.- Returns:
- possible object is
String
-
setGraphName
public void setGraphName(String value)
Sets the value of the graphName property.- Parameters:
value- allowed object isString
-
equals
public void equals(Object object, EqualsBuilder equalsBuilder)
-
hashCode
public void hashCode(HashCodeBuilder hashCodeBuilder)
-
toString
public void toString(ToStringBuilder toStringBuilder)
-
-